runtime.fixalloc.size (field)
11 uses
runtime (current package)
mfixalloc.go#L28: size uintptr
mfixalloc.go#L61: f.size = size
mfixalloc.go#L74: if f.size == 0 {
mfixalloc.go#L82: f.inuse += f.size
mfixalloc.go#L84: memclrNoHeapPointers(v, f.size)
mfixalloc.go#L88: if uintptr(f.nchunk) < f.size {
mfixalloc.go#L97: f.chunk = f.chunk + f.size
mfixalloc.go#L98: f.nchunk -= uint32(f.size)
mfixalloc.go#L99: f.inuse += f.size
mfixalloc.go#L104: f.inuse -= f.size
panic.go#L1116: if mheap_.cachealloc.size == 0 { // very early
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)